'Declaration Protected Overloads Overrides Sub RenderContent( _
ByVal drawingContextAn instance of System.Windows.Media.DrawingContext, which is used to render the view.As System.Windows.Media.DrawingContext, _
ByVal imageThe image, where this tool must be painted.As Vintasoft.Imaging.VintasoftImage _
)
protected override void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage image
)
protected: void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage* image
); override
protected:
void RenderContent(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.VintasoftImage^ image
); override
Parameters
- drawingContext
- An instance of System.Windows.Media.DrawingContext, which is used to render the view.
- image
- The image, where this tool must be painted.